vendor/golang.org/x/text/unicode/norm.reorderBuffer.byte (field)
12 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L100: byte [maxByteBufferSize]byte // UTF-8 buffer. Referenced by runeInfo.pos.
composition.go#L153: rb.out = append(rb.out, rb.byte[start:end]...)
composition.go#L163: out = append(out, rb.byte[start:end]...)
composition.go#L175: p += copy(buf[p:], rb.byte[runep.pos:runep.pos+runep.size])
composition.go#L259: i += copy(rb.byte[rb.nbyte:], dcomp[i:i+int(info.size)])
composition.go#L268: src.copySlice(rb.byte[rb.nbyte:], i, i+int(info.size))
composition.go#L280: sz := utf8.EncodeRune(rb.byte[bn:], rune(r))
composition.go#L289: sz := utf8.EncodeRune(rb.byte[bn:], rune(r))
composition.go#L296: r, _ := utf8.DecodeRune(rb.byte[inf.pos : inf.pos+inf.size])
composition.go#L304: return rb.byte[inf.pos : int(inf.pos)+int(inf.size)]
normalize.go#L102: if b[0] != rb.byte[p] {
normalize.go#L129: if s[bp] != rb.byte[p] {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |